home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 February / Gamestar_81_2006-02_dvd.iso / Red Shark / Resources / Mission11Strings.script < prev    next >
Text File  |  2002-07-01  |  2KB  |  44 lines

  1. //-------------------------------------------------------------------
  2. //
  3. //  This code is copyright 2001 by G5 Software.
  4. //  Any unauthorized usage, either in part or in whole of this code
  5. //  is strictly prohibited. Violators WILL be prosecuted to the
  6. //  maximum extent allowed by law.
  7. //
  8. //-------------------------------------------------------------------
  9.  
  10. //
  11. //  Mission strings
  12. //
  13.  
  14. class CDrawAttentionMission_Strings
  15. {
  16.   final static array m_MissionObjectives = array(
  17.       "ZneÜkodnit cizφ p°epadenφ na silnici Kitzingen-Seeheim",
  18.       "ZneÜkodnit nacistickΘ tankovΘ posily",
  19.       "Napomoci sov∞tsk²m tank∙m vstoupit na zßkladnu Seeheim"
  20.     );
  21.  
  22.  
  23.   final static array m_BonusMissionObjectives = array(
  24.       "ZniΦit nacistickou tankovou Φetu ji₧n∞ od k°i₧ovatky"
  25.     );
  26.  
  27.   final static string str_StatisticsTitle = "PoΦet zniΦen²ch nep°ßtelsk²ch jednotek: ";
  28.  
  29.   final static string str_KatushasArrived     = "Ka¥uÜe p°emφst∞ny na pozice";
  30.   final static string str_KatushasStartedFire = "Ka¥uÜe zaΦaly ·tok na zßkladnu Seeheim";
  31.   final static string str_ReserveMovedOut     = "VAROV┴N═: Spat°eny nep°ßtelskΘ tankovΘ posily";
  32.   final static string str_KatushaDestroyed    = "VAROV┴N═: NosiΦe ka¥uÜφ majφ problΘmy";
  33.   final static string str_TankDestroyed       = "VAROV┴N═: Sov∞tskΘ tanky majφ problΘmy";
  34.   final static string str_AllTanksDestroyed   = "Mise byla ne·sp∞Ünß: VÜechny sov∞tskΘ tanky byly zniΦeny";
  35.  
  36.   final static array m_NavigationPoints = array(
  37.       "Spat°ena past protivnφka na trase Kitzingen-Seeheim",
  38.       "Zßkladna Seeheim",
  39.       "Zßkladna Eppingen",
  40.       "Zßkladna Kitzingen"
  41.     );
  42. }
  43.  
  44.